ParameterTypeDictionary.IDictionary<XmlQualifiedName, XdmType>.Values PropertyParameterTypeDictionary.IDictionary(Of XmlQualifiedName, XdmType).Values PropertyParameterTypeDictionary::IDictionary<XmlQualifiedName, XdmType>::Values Property

Syntax

Private ReadOnly Property Values As ICollection(Of XdmType) _
        Implements IDictionary.Values
        Get
private:
property ICollection<XdmType^>^ Values {
    virtual ICollection<XdmType^>^ System.Collections.Generic::IDictionary<TKey, TValue>::get() sealed;
}